home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / CDEF - DeBugger 2.0.2 / Versions.c < prev    next >
Encoding:
Text File  |  1995-10-19  |  1.7 KB  |  35 lines  |  [TEXT/KAHL]

  1. // Version History
  2.  
  3. /*************************************************************************************************
  4.  
  5.     Version history of any bug fixes, oops, and updates.
  6.  
  7.     -----------------------------------------------------------------------------------------
  8.     Date              Version        Description
  9.     -----------------------------------------------------------------------------------------
  10.     May 15, 1995        1.0            Main incarnation of the CDEF Debugger.
  11.     
  12.     May 30, 1995        1.0.1        Fixed bugs.  Fixed problems with drawing and testing
  13.                                     for a vertical scrollbar. Added a grow icon in the 'cicn'
  14.                                     resource, for future usage. Organized project window to
  15.                                     display version history and the read me files in their 
  16.                                     own seperate segments.
  17.                                     
  18.     May 31, 1995        2.0            Major change. Marc White, a.k.a. real programmer, looked
  19.                                     at my code and determined ( in what seemed like a micro-
  20.                                     second ) that instead of doing a trap patch we might try
  21.                                     and make a CDEF Stub instead. It is compatible with native
  22.                                     PowerPC code as well as 68xxx code.
  23.                                     
  24.     June 1, 1995        2.0.1        Minor changes. Marc White once again noticed some problems
  25.                                     with the code. In native PowerPC there is no A5 world. So
  26.                                     there is no need to do any A4/A5 tweaking to use globals.
  27.                                     Fixed that. Also fixed the QuickDraw Global usage. Also
  28.                                     Updated Splash screen.
  29.                                     
  30.     October,19 1995        2.0.2        I've learned a few more things so I decided to look over 
  31.                                     this code. Fixed some minor bugs in the drawing of the 
  32.                                     vertical control. Cleaned the code up to make it easier 
  33.                                     to read (hopefully).
  34.                                     
  35. *************************************************************************************************/